unix time c#

79

unix time c# -

Int32 unixTimestamp = (Int32)(DateTime.UtcNow.Subtract(new DateTime(1970, 1, 1))).TotalSeconds;

Comments

Submit
0 Comments